 |
 |
 |
 |
#248655 - 06/02/03 12:46 AM
Beta-[6.2-6.3-6.4] Game Arcade 1.1
|
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
|
Mod Name / Version: Game Arcade 1.1 <br /> Version 1.1 fixes some table bugs in IE on the PC and adds instructions to update the who's online location. <br /> <br /> Description: This is an integrated Game Arcade for your forum with flash games from MiniClip.com. This mod includes 8 games an allows you to limit play to registered users if you desire. <br /> <br /> Working Under: UBB.Threads 6.2-6.4 <br /> <br /> Mod Status: Beta <br /> <br /> Any pre-requisites: none <br /> <br /> Author(s): JoshPet <br /> <br /> Date: 06/01/03 <br /> <br /> Credits: MiniClip.com for Free Game Content <br /> <br /> Files Altered: none <br /> <br /> New Files: A whole "games" directory which is placed inside your threads directory. <br /> <br /> Database Altered: none <br /> <br /> Info/Instructions: Upload all files to a /games directory inside your threads directory. <br /> <br />If you wish to limit play to registered users only, edit the variable at the top of the /games/index.php file. <br /> <br />Add a link to /games/gameindex.php somewhere on your site. You may wish to add this to your menu bar (ubbt_registerednav.tmpl & ubbt_unregisterednav.tmpl) or into your footer (ubbt_footer.tmpl). <br /> <br /> Demo: At JoshuaPettit.com <br /> <br />See the AAAInstructions.txt file included for more instructions and instructions on having the who's online location update correctly when users are playing games. <img src="/forum/images/graemlins/smile.gif" alt="" /> <br /> <br /> Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files. <br /> <br />
Attachments
82668-games.zip (222 downloads)
Edited by Ian_W (12/13/03 03:54 AM)
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#248676 - 06/03/03 02:08 AM
Re: Beta-[6.2-6.3] Game Arcade 1.1
[Re: SurfMinister]
|
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#248712 - 12/10/03 10:54 PM
Re: Beta-[6.2-6.3] Game Arcade 1.1
[Re: astre]
|
Member
Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#248727 - 03/14/04 09:10 PM
Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1
[Re: 234234]
|
Old Hand
Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
|
<br />heres a tidbit I tried it and it locks it down<br /><br />in all the games <insertgametitle>.php<br /><br />#<br />#find <br />#<br /><br />if (($anonplay) && (!$user['U_Username'])) {<br /><br />#<br />#change to<br />#<br /><br />if (($anonplay) && (!$user['U_Username']) || ($user['U_Username'] == '')) {<br /><br /><br />and in gameindex.php<br /><br />#<br />#find<br />#<br /> $html = new html;<br /> $html -> send_header($pagetitle,$Cat,0,$user);<br /><br />#<br />#and change to<br />#<br /><br /> $html = new html;<br />// ----------------------------------------------------------------------<br />// If we are not logged in, then present a log on form, otherwise present<br />// a menu of options.<br />if(($user['U_Username'] == ''))<br /> {<br /> $config['iip_call'] = 1;<br /> $html -> not_right ("{$ubbt_lang['ADMOD_ONLY']}",$Cat);<br /> }<br /> $html -> send_header($pagetitle,$Cat,0,$user);<br /><br />[b]the above code also works in the genericpage.php that is posted on this site and pretty much locaks them down in they aren't logged in
_________________________
Couchtomatoe - www.couch-tomatoe.ccMy abilities are for hire for installs, upgrades, custom themes and custom modifications.
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|